home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / more / install < prev    next >
Encoding:
Text File  |  2002-12-17  |  699 b   |  26 lines

  1. To compile MORE:
  2.  
  3.  
  4. 1. first, make sure you have compiled the "Cats" library for your
  5.    system.  Be sure to use the same memory model (this trips up a lot
  6.    of people.)
  7.  
  8. 2. Then, set the CATS macro in the makefile to the *base* path of the
  9.    CATDB.LIB library file (for example, use C:\SRC\CATS not
  10.    C:\SRC\CATS\LIB\CATS.LIB)
  11.  
  12.  
  13. 3. Type:
  14.  
  15.    make -fmakefile.bc
  16.  
  17.  
  18. That's it.
  19.  
  20.  
  21. Edit the NLS\MORE.EN file to add new English messages.  Feel free to
  22. provide translations of MORE.EN into other languages.  The new
  23. translated files should be named MORE.xx (where "xx" is the
  24. two-letter country abbreviation - for example, Germany would use
  25. MORE.DE and France would use MORE.FR)
  26.